home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
5
/
DISK2452.ZIP
/
MAGIC-2.EXE
/
pak
/
DOCPRINT.BAT
next >
Wrap
DOS Batch File
|
1990-05-14
|
2KB
|
35 lines
echo off
cls
if exist MAGIFONT.DOC goto :message
echo ERROR: Cannot locate the order form file which is
echo named MAGIFONT.DOC. Please change to the drive or
echo directory which contains your MAGIFONT files, then
echo run the PRINTDOC.BAT file again.
goto :exit
:message
echo ┌─────────────────────────────────────────────────────────┐
echo │ The User's Guide for MAGISHOW.EXE, MAGIFONT.EXE and │
echo │ MAGIVUE.EXE has 6 printed pages + a 1-page chart. │
echo ├─────────────────────────────────────────────────────────┤
echo │ If you do not want to print this now, press Control-C │
echo │ and then press the Y key. │
echo │ Otherwise, this program will print the guide for you. │
echo ├─────────────────────────────────────────────────────────┤
echo │ │
echo │ Simply do the following: │
echo │ │
echo │ 1. Turn your printer ON │
echo │ 2. Adjust the left margin to zero or 1 │
echo │ 3. Adjust the top line to the very top │
echo │ of the page │
echo │ 4. Press any key when ready to print, │
echo │ or type Ctrl-C now to abort... │
echo │ │
echo └─────────────────────────────────────────────────────────┘
pause > nul
echo ┌─────────────────────────────────────┐
echo │ Printing "MAGIC FONT" USER'S GUIDE │
echo └─────────────────────────────────────┘
type MAGIFONT.DOC > prn
echo Done.
cls